Design & Architecture
epub |eng | 2010-07-14 | Author:Peter Eeles & Peter Cripps

Given the brownfield nature of many development efforts, the existing IT environment (as documented in the Existing IT Environment work product) provides an inventory of installed applications, data, and computing ...
( Category: Software Development July 1,2020 )
epub |eng | 2020-04-02 | Author:Burr Sutter

Subscriptions Subscriptions are how you register your service to listen to a particular channel. The use of Channels and Subscriptions allows you to decouple the producers and consumers of events. ...
( Category: Software Development June 30,2020 )
epub, pdf |eng | 2017-09-24 | Author:Gavin M. Roy [Gavin M. Roy]

6.3. Selectively routing messages with the topic exchange Like direct exchanges, topic exchanges will route messages to any queue bound with a matching routing key. But by using a period-delimited ...
( Category: Networks June 29,2020 )
epub, mobi |eng | 2020-03-04 | Author:Perry Lea

Sigfox Sigfox is a narrowband LPWAN (like NB-IoT) protocol developed in 2009 in Toulouse, France. The founding company goes by the same name. This is another LPWAN technology using the ...
( Category: Computer Design June 29,2020 )
epub, pdf |eng | 1996-06-10 | Author:Harold Abelson, Gerald Jay Sussman, Julie Sussman

Then deposits are handled as with the original make-account: (define (deposit account amount) ((account 'deposit) amount)) Explain what is wrong with Louis’s reasoning. In particular, consider what happens when serialized-exchange ...
( Category: Software Development June 11,2020 )
epub |eng | 2020-04-08 | Author:Ethan Garofolo [Ethan Garofolo]

( Category: Tools June 9,2020 )
epub |eng | 2019-01-31 | Author:Ritesh Modi [Ritesh Modi]

Currently, Event Grid's functionalities are not available with all resources. Azure is continually adding more and more resources with Event Grid functionality. To find out more about resources that can ...
( Category: Design & Architecture May 30,2020 )
epub |eng | 2020-03-15 | Author:Jonathan Rasmusson [Rasmusson, Jonathan]

Copyright © 2020, The Pragmatic Bookshelf. Chapter 6 Working At a Tech Lead Company Working at a tech company feels different. And no small part of that is due to ...
( Category: Testing May 27,2020 )
epub |eng | 2020-02-21 | Author:Onorato Vaticone [Onorato Vaticone]

constexpr auto MAX_ITEM_IN_QUEUE = 5; struct QueueInfo { sem_t mutex; sem_t full; sem_t empty; std::vector<int> queue; }; Now, let's write the code for producer: void* producer(void *arg) { QueueInfo* info ...
( Category: Linux Programming May 26,2020 )
epub |eng | | Author:Roman Trobec & Boštjan Slivnik & Patricio Bulić & Borut Robič

MPI_SUM, MPI_PROD; return either sum or product of aligned data items; MPI_LAND, MPI_LOR, MPI_BAND, MPI_BOR; return logical or bitwise AND or OR operation across the data items; MPI_MAXLOC, MPI_MINLOC; return ...
( Category: Microprocessor Design April 24,2020 )
epub, pdf |eng | | Author:Charu C. Aggarwal

( Category: Intelligence & Semantics April 24,2020 )
epub |eng | | Author:Brock J. LaMeres

6.2.4If two signals (A and B) are declared of type unsigned from the NUMERIC_STD package and hold the values A <= “1111” and B <= “0000”, which signal has a ...
( Category: Microprocessor Design April 24,2020 )
epub |eng | | Author:Marilyn Wolf & Dimitrios Serpanos

[EIA16] Electricity Information Sharing and Analysis Center, TLP: White, Analysis of the Cyber Attack on the Ukranian Power Grid, Defense Use Case (Mar 18, 2016) [Fag76] M.E. Fagan, Design and ...
( Category: Microprocessor Design April 16,2020 )
epub, pdf |eng | 2020-04-13 | Author:Gregor Hohpe [Gregor Hohpe]

( Category: Testing April 13,2020 )
epub |eng | 2018-04-15 | Author:Pete Dice

Early Initialization The early phase of the BIOS/bootloader will do the minimum to get the memory and processor cores initialized. In an UEFI-based system BIOS, the Security (SEC) and the ...
( Category: Software Development April 13,2020 )